home *** CD-ROM | disk | FTP | other *** search
- object ProjectSchedule: TProjectSchedule
- Left = 203
- Top = 112
- Width = 411
- Height = 214
- BorderIcons = [biSystemMenu]
- Caption = 'Project Schedule'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 1
- Top = 0
- Width = 402
- Height = 155
- ActivePage = TabSheet1
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Project'
- ImageIndex = 2
- OnShow = TabSheet1Show
- object Label1: TLabel
- Left = 6
- Top = 29
- Width = 36
- Height = 13
- Caption = 'Project:'
- end
- object EnabledButton: TSpeedButton
- Left = 258
- Top = 53
- Width = 73
- Height = 25
- AllowAllUp = True
- GroupIndex = 1
- Caption = 'Enabled'
- OnClick = EnabledButtonClick
- end
- object ProjectFileNameEdit: TEdit
- Left = 58
- Top = 25
- Width = 329
- Height = 21
- TabOrder = 0
- OnExit = ProjectFileNameEditExit
- end
- object BrowseButton: TButton
- Left = 87
- Top = 53
- Width = 75
- Height = 26
- Caption = 'Browse...'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BrowseButtonClick
- end
- object Button3: TButton
- Left = 173
- Top = 53
- Width = 75
- Height = 26
- Cancel = True
- Caption = 'New...'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button3Click
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Schedule'
- ImageIndex = 1
- object Label2: TLabel
- Left = 5
- Top = 5
- Width = 86
- Height = 13
- Caption = 'Run this project....'
- end
- object Label4: TLabel
- Left = 135
- Top = 28
- Width = 84
- Height = 13
- Caption = 'minutes after hour'
- end
- object Label3: TLabel
- Left = 157
- Top = 81
- Width = 9
- Height = 13
- Caption = 'at'
- end
- object HourlyRadioButton: TRadioButton
- Left = 27
- Top = 28
- Width = 65
- Height = 14
- Caption = 'Hourly at'
- Checked = True
- TabOrder = 0
- TabStop = True
- OnEnter = HourlyRadioButtonEnter
- end
- object DailyRadioButton: TRadioButton
- Left = 27
- Top = 54
- Width = 57
- Height = 14
- Caption = 'Daily at'
- TabOrder = 1
- OnEnter = DailyRadioButtonEnter
- end
- object MonthlyRadioButton: TRadioButton
- Left = 27
- Top = 80
- Width = 93
- Height = 13
- Caption = 'Monthly on day'
- TabOrder = 2
- OnEnter = MonthlyRadioButtonEnter
- end
- object OnceRadioButton: TRadioButton
- Left = 27
- Top = 106
- Width = 78
- Height = 13
- Caption = 'Only once at'
- TabOrder = 3
- Visible = False
- end
- object HourlyEdit: TEdit
- Left = 98
- Top = 24
- Width = 33
- Height = 21
- Color = clMenu
- Enabled = False
- TabOrder = 4
- Text = '1'
- OnExit = HourlyEditExit
- end
- object DayMonthEdit: TEdit
- Left = 120
- Top = 76
- Width = 31
- Height = 21
- Color = clMenu
- Enabled = False
- TabOrder = 5
- Text = '1'
- OnExit = DayMonthEditExit
- end
- object MonthlyEdit: TEdit
- Left = 176
- Top = 77
- Width = 45
- Height = 21
- Color = clMenu
- Enabled = False
- TabOrder = 6
- OnExit = MonthlyEditExit
- end
- object DailyEdit: TEdit
- Left = 85
- Top = 51
- Width = 46
- Height = 21
- Color = clMenu
- Enabled = False
- TabOrder = 7
- OnExit = DailyEditExit
- end
- object OnceEdit: TEdit
- Left = 108
- Top = 102
- Width = 107
- Height = 21
- Color = clMenu
- Enabled = False
- TabOrder = 8
- Visible = False
- OnExit = OnceEditExit
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Parameters'
- ImageIndex = 2
- object Label5: TLabel
- Left = 11
- Top = 20
- Width = 72
- Height = 13
- Caption = 'Run command:'
- end
- object Label6: TLabel
- Left = 35
- Top = 45
- Width = 46
- Height = 13
- Caption = 'Time limit:'
- end
- object Label8: TLabel
- Left = 164
- Top = 45
- Width = 109
- Height = 13
- Caption = 'minutes (zero = no limit)'
- end
- object RunTypeComboBox: TComboBox
- Left = 94
- Top = 18
- Width = 202
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'Run normally'
- Items.Strings = (
- 'Run normally'
- 'Relink files'
- 'Complete refresh')
- end
- object TimeLimitEdit: TEdit
- Left = 94
- Top = 43
- Width = 51
- Height = 21
- TabOrder = 1
- Text = '0'
- OnExit = TimeLimitEditExit
- end
- end
- end
- object OKBtn: TButton
- Left = 162
- Top = 159
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelBtn: TButton
- Left = 246
- Top = 159
- Width = 74
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object Button1: TButton
- Left = 327
- Top = 159
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Apply'
- Enabled = False
- ModalResult = 1
- TabOrder = 3
- end
- object OpenDialog1: TOpenDialog
- Filter = 'HInfoDownload project|*.hpr|Any file|*.*'
- Left = 124
- Top = 154
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'hpr'
- Filter = 'HInfoDownloadProject|*.hpr|All Files|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 93
- Top = 154
- end
- end
-